phidget_binding ~master (2022-04-09T10:36:12.0705156)
Dub
Repo
CPhidgetDictionary_addKey
phidget21
phiddict
Adds a key/value pair to the dictionary. Or, changes an existing key's value.
extern (
C
) __gshared
int
function
(
CPhidgetDictionaryHandle
dict
,
const
char
*
key
,
const
char
*
value
,
int
persistent
)
CPhidgetDictionary_addKey
;
Meta
Source
See Implementation
phidget21
phiddict
aliases
CPhidgetDictionaryHandle
CPhidgetDictionaryListenerHandle
CPhidgetDictionary_OnKeyChange_Function
CPhidgetDictionary_set_OnError_Handler_Func
CPhidgetDictionary_set_OnServerConnect_Handler_Func
CPhidgetDictionary_set_OnServerDisconnect_Handler_Func
enums
CPhidgetDictionary_keyChangeReason
static variables
CPhidgetDictionary_addKey
CPhidgetDictionary_close
CPhidgetDictionary_create
CPhidgetDictionary_delete
CPhidgetDictionary_getKey
CPhidgetDictionary_getServerAddress
CPhidgetDictionary_getServerID
CPhidgetDictionary_getServerStatus
CPhidgetDictionary_openRemote
CPhidgetDictionary_openRemoteIP
CPhidgetDictionary_removeKey
CPhidgetDictionary_remove_OnKeyChange_Handler
CPhidgetDictionary_set_OnError_Handler
CPhidgetDictionary_set_OnKeyChange_Handler
CPhidgetDictionary_set_OnServerConnect_Handler
CPhidgetDictionary_set_OnServerDisconnect_Handler
structs
_CPhidgetDictionary
_CPhidgetDictionaryListener
Adds a key/value pair to the dictionary. Or, changes an existing key's value.